home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-12 | 523 b | 11 lines | [TEXT/ToyS] |
- set dlog to {size:[260, 150], contents:[¬
- {class:push button, bounds:[190, 120, 250, 140], name:"OK", enabled:[dAnd, 3, 4]}, ¬
- {class:push button, bounds:[110, 120, 170, 140], name:"Cancel"}, ¬
- {class:text field, bounds:[10, 34, 250, 34 + 16], name bounds:¬
- [10, 10, 250, 26], name:"User Name:", value:""}, ¬
- {class:password field, bounds:[10, 84, 250, 84 + 16], name bounds:¬
- [10, 60, 250, 76], name:"Password:", value:""} ¬
- ], timeout after:60}
-
- set [ok, _, a, b] to dd auto dialog dlog
- if ok then return [a, b]